Release 10.1A: OpenEdge Development:
Progress 4GL Reference
CREATE SAX-WRITER statement
Creates an instance of a SAX-writer object and assigns its handle to the handle variable specified. Use this object to write an XML document using the SAX interface.
Syntax
handleVariable of type HANDLE which stores the handle of the new SAX-writer object.
IN WIDGET-POOLpool-nameSpecifies the widget pool where Progress creates the new object. If you do not specify a widget pool, Progress creates the object in the current default widget pool.
NO-ERRORSpecifies that Progress should suppress errors occurring during the creation of the SAX-writer handle. After the CREATE SAX-WRITER statement completes, you can check the ERROR-STATUS system handle for information about errors that might have occurred.
See also
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |